home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
gfx
/
misc
/
gnuplot-src.lha
/
gnuplot-3.7.1src
/
gnuplot-3.7.1.lha
/
gnuplot-3.7.1
/
NeXT
/
gnuviewController.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-15
|
332 b
|
25 lines
#import <appkit/appkit.h>
@interface gnuviewController:Object
{
id window;
id gnuView;
id activateButton;
id controller;
}
- window;
- windowWillClose:sender;
- windowDidBecomeMain:sender;
- gnuView;
- activatePushed:sender;
- deactivate:sender;
- GVactivate:sender;
- largerPushed:sender;
- smallerPushed:sender;
@end